Q3AmbientLight_New
You can use theQ3AmbientLight_New
function to create a new ambient light.
TQ3LightObject Q3AmbientLight_New ( const TQ3LightData *lightData);
lightData
- A pointer to a light data structure.
DESCRIPTION
TheQ3AmbientLight_New
function returns, as its function result, a new ambient light having the characteristics specified by thelightData
parameter.